RecipientType Enumeration

Represents the recipient type for a message recipient.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public enum RecipientType

Members

To0 The recipient is a primary (To) recipient.
Cc1 The recipient is a carbon copy (Cc) recipient.
Bcc2 The recipient is a blind carbon copy (Bcc) recipient.
P13 The recipient did not successfully receive the message on the previous attempt.
None4 None.

See Also